home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / comm2 / zpont311.lha / zpoint-3.11 / Rexx / AmiReq.zprx < prev    next >
Text File  |  1995-07-22  |  406b  |  18 lines

  1. /*
  2.     $VER: AmiReq.zprx V1.0 (22.7.95) by Ralph Seichter
  3.     ARexx script for Zodiac's Point 3.10.
  4.  
  5.     This script will start Volker Stolz' "AmiReq" too. I suggest you
  6.     to bind this script to an F-Key, e.g. by adding the entry
  7.  
  8.         F5:SYS:Rexxc/RX ZP:Rexx/AmiReq.zprx %s
  9.  
  10.     to your "fkeys.zp" file.
  11. */
  12.  
  13. parse arg zpPort
  14. options results
  15. address command 'Run >NIL: Tools/AmiReq 'zpPort
  16.  
  17. /* EOF */
  18.